home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / 68000assembler.def next >
Encoding:
Text File  |  2003-10-17  |  3.8 KB  |  147 lines

  1. object TPersHolder
  2.   P.Name = '68000 Assembler'
  3.   P.Extensions.Strings = (
  4.     '68000 Assembler files (*.s,*.src)|*.s;*.src')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 9
  10.       FIIntNum = 3
  11.       FIFloatNum = 4
  12.       FIHexNum = 3
  13.       FIIdentifier = 5
  14.       UseComments = True
  15.       UseSingleLineComments = True
  16.       UseStrings = True
  17.       UseSingleLineStrings = True
  18.       UseNumbers = True
  19.       UsePrefixedNumbers = True
  20.       UseIdentifiers = True
  21.       UseKeywords = True
  22.       BlockDelimiters = <>
  23.       SingleLineCommentDelimiters = <
  24.         item
  25.           FontID = 10
  26.           LeftDelimiter = ';'
  27.         end>
  28.       SingleLineStringDelimiters = <
  29.         item
  30.           FontID = 2
  31.           LeftDelimiter = '"'
  32.           RightDelimiter = '"'
  33.         end>
  34.       NumPrefixes = <
  35.         item
  36.           LeftDelimiter = '#'
  37.         end>
  38.       KeywordSets = <
  39.         item
  40.           FontID = 6
  41.           Name = 'Op codes'
  42.           Keywords = 
  43.             'ABCD,ADD,ADDA,ADDI,ADDQ,ADDX,AND,ANDI,ASL,ASR,Bcc,BCLR,BCHG,BSET' +
  44.             ',BSR,BTST,CLR,CMP,CMPA,CMPI,CMPM,DBcc,DIVS,DIVU,EOR,EORI,EXG,EXT' +
  45.             ',CHK,ILLEGAL,JMP,JSR,LEA,LINK,LSL,LSR,MOVE,MOVEA,MOVEM,MOVEP,MOV' +
  46.             'EQ,MULS,MULU,NBCD,NEG,NEGX,NOP,NOT,OR,ORI,PEA,RESET,ROL,ROR,ROXL' +
  47.             ',ROXR,RTE,RTR,RTS,SBCD,Scc,STOP,SUB,SUBA,SUBI,SUBQ,SUBX,SWAP,TAS' +
  48.             ',TRAP,TRAPV,TST,UNLK'
  49.         end
  50.         item
  51.           FontID = 7
  52.           Name = 'Registers'
  53.           Keywords = 'bhi,bhs,blo,bmi,bne,bpl,bra,dbra'
  54.         end
  55.         item
  56.           FontID = 8
  57.           Name = 'Directives'
  58.           Keywords = 'dc,ds,ELSEC,ENDC,equ,IFDEF,org,xdef,xref'
  59.         end>
  60.       FirstIdentChars = '%@-Z_a-z'
  61.       OtherIdentChars = '0-9?A-Z_a-z'
  62.     end>
  63.   P.FontTable = <
  64.     item
  65.       FontID = 2
  66.       GlobalAttrID = 'String'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clMaroon
  69.       Font.Height = -13
  70.       Font.Name = 'Courier New'
  71.       Font.Style = []
  72.     end
  73.     item
  74.       FontID = 3
  75.       GlobalAttrID = 'Integer'
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clGreen
  78.       Font.Height = -13
  79.       Font.Name = 'Courier New'
  80.       Font.Style = []
  81.     end
  82.     item
  83.       FontID = 4
  84.       GlobalAttrID = 'Float'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clGreen
  87.       Font.Height = -13
  88.       Font.Name = 'Courier New'
  89.       Font.Style = []
  90.     end
  91.     item
  92.       FontID = 5
  93.       GlobalAttrID = 'Identifier'
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clBlack
  96.       Font.Height = -13
  97.       Font.Name = 'Courier New'
  98.       Font.Style = []
  99.     end
  100.     item
  101.       FontID = 6
  102.       GlobalAttrID = 'Reserved words'
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clBlue
  105.       Font.Height = -13
  106.       Font.Name = 'Courier New'
  107.       Font.Style = []
  108.     end
  109.     item
  110.       FontID = 7
  111.       GlobalAttrID = 'Script ResWord'
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clBlack
  114.       Font.Height = -13
  115.       Font.Name = 'Courier New'
  116.       Font.Style = [fsBold]
  117.     end
  118.     item
  119.       FontID = 8
  120.       GlobalAttrID = 'Defines'
  121.       Font.Charset = DEFAULT_CHARSET
  122.       Font.Color = clGreen
  123.       Font.Height = -13
  124.       Font.Name = 'Courier New'
  125.       Font.Style = []
  126.     end
  127.     item
  128.       FontID = 9
  129.       GlobalAttrID = 'Plain Text'
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clBlack
  132.       Font.Height = -13
  133.       Font.Name = 'Courier New'
  134.       Font.Style = []
  135.     end
  136.     item
  137.       FontID = 10
  138.       GlobalAttrID = 'Comment'
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clGray
  141.       Font.Height = -13
  142.       Font.Name = 'Courier New'
  143.       Font.Style = [fsItalic]
  144.     end>
  145.   P.SyntaxVersion = 3
  146. end
  147.